<open src="language/es/mcp.php">
			<edit>
				<find><![CDATA[		)
	),]]></find>
				<action type="after-add"><![CDATA[));

$lang = array_merge($lang, array(
'MCP_REPUTATION' => 'Reputacin',
'MCP_REPUTATION_FRONT' => 'Pgina principal',
'MCP_REPUTATION_LIST' => 'Lista',]]></action>
			</edit>
		</open>
		<open src="language/es/ucp.php">
			<edit>
				<find><![CDATA['NO_NONMEMBER'	=> 'Sin grupo de no-usuarios',]]></find>
				<action type="after-add"><![CDATA[));

//Reputation System
$lang = array_merge($lang, array(
'UCP_REPUTATION' => 'Reputacin',
'UCP_REPUTATION_FRONT' => 'Pgina principal',
'UCP_REPUTATION_LIST' => 'Lista',]]></action>
			</edit>
		</open>
		<open src="language/es/acp/common.php">
			<edit>
				<find><![CDATA['LOG_WORD_EDIT'		=> '<strong>Editada: palabra censurada</strong><br /> %1$s',]]></find>
				<action type="after-add"><![CDATA[));
$lang = array_merge($lang, array(
'LOG_REPUTATION_SETTING' => '<strong>Alterada la configuracin del Sistema de Reputacin</strong>',
'LOG_USER_REP_DELETE' => '<strong>El punto de reputacin fue borrado</strong><br />Usuario: %s',]]></action>
			</edit>
		</open>
		<open src="language/es/acp/styles.php">
			<edit>
				<find><![CDATA['IMG_ICON_POST_TARGET_UNREAD'	=> 'Mensaje sin leer (mini)',]]></find>
				<action type="after-add"><![CDATA['IMG_ICON_RATE_GOOD' => 'Aplaudir',
'IMG_ICON_RATE_BAD' => 'Abuchear',]]></action>
			</edit>
		</open>